home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / makeall.bat < prev    next >
Encoding:
DOS Batch File  |  1996-07-04  |  363 b   |  17 lines

  1. @echo off
  2. chdir libiberty
  3. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. chdir ..\bfd
  5. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. chdir ..\opcodes
  7. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  8. chdir ..\gprof
  9. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. chdir ..\binutils
  11. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  12. chdir ..\gas
  13. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  14. chdir ..\ld
  15. make %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. chdir ..
  17.